home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Graphics & Multimedia / iDive.dmg / iDive.app / Contents / Resources / English.lproj / iDiveDatePicker.nib / classes.nib next >
Text File  |  2006-01-19  |  1KB  |  32 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {showCurrentDate = id; showToday = id; }; 
  5.             CLASS = AFCalendarControl; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {target = id; }; 
  8.             SUPERCLASS = NSControl; 
  9.         }, 
  10.         {CLASS = AFDateComponents; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  11.         {
  12.             ACTIONS = {
  13.                 cancel = id; 
  14.                 decreaseMonth = id; 
  15.                 decreaseYear = id; 
  16.                 increaseMonth = id; 
  17.                 increaseYear = id; 
  18.                 ok = id; 
  19.                 showSelectedDate = id; 
  20.                 showToday = id; 
  21.             }; 
  22.             CLASS = AFDatePickerController; 
  23.             LANGUAGE = ObjC; 
  24.             OUTLETS = {datePicker = AFCalendarControl; datePickerWindow = NSWindow; }; 
  25.             SUPERCLASS = NSObject; 
  26.         }, 
  27.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  28.         {CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, 
  29.         {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }
  30.     ); 
  31.     IBVersion = 1; 
  32. }